home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo Deduct-a-Matic Installation routine
- echo For dual diskette systems, make sure that the diskette to be initialized
- echo is in drive B. Otherwise insert the diskette to be initialized in drive B
- echo following the computer's instructions.
- pause Strike a key when ready......
- copy geton.exe b:
- copy done.exe b:
- if not exist b:done.exe goto :out
- if exist b:autoexec.bat goto :present
- if not exist b:autoexec.bat copy start.bat b:autoexec.bat
- goto :donemsg
- :present
- copy b:autoexec.bat b:autoexec.bak
- del b:autoexec.bat
- copy start.bat+b:autoexec.bak b:autoexec.bat
- :donemsg
- echo The diskette in Drive B is now ready to use. To prepare another, hit the F3 key, then hit return when ready.
- goto :done
- :out
- Echo There's not enough room on diskette in B: for using Deduct-A-Matic. Use OPTION1 described in the manual.
- :done
- echo on